home *** CD-ROM | disk | FTP | other *** search
- /* Calendar Layouts */
- body
- {
- font-size:12px;
- font-family:Tahoma, SimSun, Arial, sans-serif;
- }
-
-
- #WizardLayout
- {
- float:left;
- width:600px;
- }
-
- #WizardLayout h1
- {
- float:left;
- width:180px;
- height:400px;
- line-height:400px;
-
- font-size:16px;
- font-family:Tahoma, SimSun, Arial, sans-serif;
- font-weight:bold;
- text-align:left;
- margin:0 0 0 0;
-
- color:#222;
- }
-
- a.ContentTypeItem:link, a.ContentTypeItem:visited
- {
- float:left;
- position:relative;
- display:block;
- width:400px;
- height:50px;
- margin:0 0 10px 0;
- color:#555;
- text-decoration:none;
-
- border-left:5px solid #fff;
- }
-
- a.ContentTypeItem:hover
- {
- color:#000;
- border-left:5px solid #ffb400;
- }
-
- .TypeName
- {
- position:absolute;
- left:70px;
- top:15px;
- font-size:16px;
- font-weight:bold;
- }
-
- .Label
- {
- float:left;
- margin-top:10px;
- width:400px;
- height:15px;
- line-height:15px;
- color:#888;
- }
-
- .TypeIcon
- {
- float:left;
- margin:0 0 0 5px;
- height:50px;
- border:0px solid #fff;
- }
-
- .TypeDesc
- {
- position:absolute;
- left:70px;
- top:35px;
- color:#888 !important;
- }